ObjectConnector クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As Workspace, _
ByVal As System.Collections.Generic.IEnumerable(Of T) _
)
public ObjectConnector<T>(
Workspace ,
System.Collections.Generic.IEnumerable<T>
)
パラメータ
- workspace
- コネクタを使用する作業領域。
- data
- データのインポート元のコレクション。
参照